[INFO] cloning repository https://github.com/GKaszewski/bachelors_engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GKaszewski/bachelors_engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGKaszewski%2Fbachelors_engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGKaszewski%2Fbachelors_engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f7853f4a8647ff6d998eccaebfd38cfbda6fb83
[INFO] checking GKaszewski/bachelors_engine against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGKaszewski%2Fbachelors_engine" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GKaszewski/bachelors_engine
[INFO] finished tweaking git repo https://github.com/GKaszewski/bachelors_engine
[INFO] tweaked toml for git repo https://github.com/GKaszewski/bachelors_engine written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GKaszewski/bachelors_engine on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GKaszewski/bachelors_engine already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7
[INFO] running `Command { std: "docker" "start" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]    Compiling rustix v0.38.36
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling cc v1.1.18
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling hashbrown v0.7.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]     Checking ahash v0.3.8
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking mopa v0.2.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hibitset v0.6.4
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]     Checking shrev v1.1.3
[INFO] [stderr]     Checking tuple_utils v0.3.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tynm v0.1.10
[INFO] [stderr]     Checking shred v0.10.2
[INFO] [stderr]     Checking specs v0.16.1
[INFO] [stderr]    Compiling specs-derive v0.4.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling raylib-sys v5.0.2
[INFO] [stderr]     Checking raylib v5.0.2
[INFO] [stderr]     Checking bachelors_engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::evolution::genes::*`
[INFO] [stdout]  --> src/evolution/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::evolution::genes::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Game` is never used
[INFO] [stdout]   --> src/engine/mod.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait Game {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GameState` is never used
[INFO] [stdout]   --> src/engine/mod.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum GameState {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_component`, `get_component`, and `get_component_mut` are never used
[INFO] [stdout]   --> src/engine/mod.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Entity {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] 34 |     pub fn add_component<T: 'static>(&mut self, component: T) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn get_component<T: 'static>(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn get_component_mut<T: 'static>(&mut self) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EntityBuilder` is never constructed
[INFO] [stdout]   --> src/engine/mod.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct EntityBuilder {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_component`, and `build` are never used
[INFO] [stdout]   --> src/engine/mod.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl EntityBuilder {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 64 |     pub fn new(id: u32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn with_component<T: 'static>(mut self, component: T) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn build(self) -> Entity {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `System` is never used
[INFO] [stdout]   --> src/engine/mod.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub trait System {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SystemManager` is never constructed
[INFO] [stdout]   --> src/engine/mod.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct SystemManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add_system`, and `update` are never used
[INFO] [stdout]    --> src/engine/mod.rs:94:12
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl SystemManager {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout]  94 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn add_system<S: System + 'static>(&mut self, system: S) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn update(&mut self, entities: &mut [Entity], delta_time: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Event` is never constructed
[INFO] [stdout]    --> src/engine/mod.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub struct Event {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EventQueue` is never constructed
[INFO] [stdout]    --> src/engine/mod.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub struct EventQueue {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, and `pop` are never used
[INFO] [stdout]    --> src/engine/mod.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl EventQueue {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout] 124 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn push(&mut self, event: Event) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn pop(&mut self) -> Option<Event> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Evolution` is never constructed
[INFO] [stdout]  --> src/evolution/mod.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Evolution {}
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:169:11
[INFO] [stdout]     |
[INFO] [stdout] 169 |     Color(GeneValue),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 169 -     Color(GeneValue),
[INFO] [stdout] 169 +     Color(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 |     Size(GeneValue),
[INFO] [stdout]     |     ---- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 170 -     Size(GeneValue),
[INFO] [stdout] 170 +     Size(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Shape(GeneValue),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 171 -     Shape(GeneValue),
[INFO] [stdout] 171 +     Shape(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:172:27
[INFO] [stdout]     |
[INFO] [stdout] 172 |     TemperatureResistance(GeneValue),
[INFO] [stdout]     |     --------------------- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 172 -     TemperatureResistance(GeneValue),
[INFO] [stdout] 172 +     TemperatureResistance(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 |     WaterResistance(GeneValue),
[INFO] [stdout]     |     --------------- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 173 -     WaterResistance(GeneValue),
[INFO] [stdout] 173 +     WaterResistance(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 175 |     Speed(GeneValue),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 175 -     Speed(GeneValue),
[INFO] [stdout] 175 +     Speed(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |     BreedingRate(GeneValue),
[INFO] [stdout]     |     ------------ ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 176 -     BreedingRate(GeneValue),
[INFO] [stdout] 176 +     BreedingRate(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `build_gene_from_sequence` and `build_genes_from_sequences` are never used
[INFO] [stdout]    --> src/evolution/genes.rs:390:12
[INFO] [stdout]     |
[INFO] [stdout] 380 | impl GeneBuilder {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 390 |     pub fn build_gene_from_sequence(&self, sequence: &str) -> Gene {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 550 |     pub fn build_genes_from_sequences(&self, sequences: Vec<&str>) -> Vec<Gene> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GameOfLife` is never constructed
[INFO] [stdout]   --> src/game_of_life/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GameOfLife {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/game_of_life/mod.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl GameOfLife {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 30 |     pub fn new(width: u32, height: u32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CellState` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:130:6
[INFO] [stdout]     |
[INFO] [stdout] 130 | enum CellState {
[INFO] [stdout]     |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cell` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | struct Cell {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Grid` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | struct Grid {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_grid` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:146:4
[INFO] [stdout]     |
[INFO] [stdout] 146 | fn create_grid(width: u32, height: u32) -> Vec<Entity> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LifeSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:168:8
[INFO] [stdout]     |
[INFO] [stdout] 168 | struct LifeSystem;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_alive_neighbors` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:199:4
[INFO] [stdout]     |
[INFO] [stdout] 199 | fn count_alive_neighbors(index: usize, entities: &[Entity], width: u32) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RenderSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:231:8
[INFO] [stdout]     |
[INFO] [stdout] 231 | struct RenderSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl RenderSystem {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 234 |     pub fn render(&self, rl: &mut RaylibDrawHandle, entities: &[Entity], width: u32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PauseRenderSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:253:8
[INFO] [stdout]     |
[INFO] [stdout] 253 | struct PauseRenderSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl PauseRenderSystem {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] 255 |     pub fn render(&self, rl: &mut RaylibDrawHandle) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridRenderSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:260:8
[INFO] [stdout]     |
[INFO] [stdout] 260 | struct GridRenderSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl GridRenderSystem {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 263 |     pub fn render(&self, rl: &mut RaylibDrawHandle, grid_entity: &Entity) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ToggleCellEventData` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:285:8
[INFO] [stdout]     |
[INFO] [stdout] 285 | struct ToggleCellEventData {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ToggleGridEventData` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:290:8
[INFO] [stdout]     |
[INFO] [stdout] 290 | struct ToggleGridEventData;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:292:8
[INFO] [stdout]     |
[INFO] [stdout] 292 | struct InputSystem {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `handle_input` are never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:296:12
[INFO] [stdout]     |
[INFO] [stdout] 295 | impl InputSystem {
[INFO] [stdout]     | ---------------- associated items in this implementation
[INFO] [stdout] 296 |     pub fn new(cell_size: i32) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub fn handle_input(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CellToggleSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:337:8
[INFO] [stdout]     |
[INFO] [stdout] 337 | struct CellToggleSystem {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `process_events` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:342:8
[INFO] [stdout]     |
[INFO] [stdout] 341 | impl CellToggleSystem {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 342 |     fn process_events(&mut self, entities: &mut [Entity], event_queue: &mut EventQueue) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridToggleSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:359:8
[INFO] [stdout]     |
[INFO] [stdout] 359 | struct GridToggleSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `process_events` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:361:8
[INFO] [stdout]     |
[INFO] [stdout] 360 | impl GridToggleSystem {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 361 |     fn process_events(&mut self, entity: &mut Entity, event_queue: &mut EventQueue) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:372:8
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub fn run() {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Game` is never used
[INFO] [stdout]   --> src/engine/mod.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait Game {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GameState` is never used
[INFO] [stdout]   --> src/engine/mod.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum GameState {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_component`, `get_component`, and `get_component_mut` are never used
[INFO] [stdout]   --> src/engine/mod.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Entity {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] 34 |     pub fn add_component<T: 'static>(&mut self, component: T) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn get_component<T: 'static>(&self) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn get_component_mut<T: 'static>(&mut self) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EntityBuilder` is never constructed
[INFO] [stdout]   --> src/engine/mod.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct EntityBuilder {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_component`, and `build` are never used
[INFO] [stdout]   --> src/engine/mod.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl EntityBuilder {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 64 |     pub fn new(id: u32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn with_component<T: 'static>(mut self, component: T) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub fn build(self) -> Entity {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `System` is never used
[INFO] [stdout]   --> src/engine/mod.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub trait System {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SystemManager` is never constructed
[INFO] [stdout]   --> src/engine/mod.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct SystemManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add_system`, and `update` are never used
[INFO] [stdout]    --> src/engine/mod.rs:94:12
[INFO] [stdout]     |
[INFO] [stdout]  93 | impl SystemManager {
[INFO] [stdout]     | ------------------ associated items in this implementation
[INFO] [stdout]  94 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn add_system<S: System + 'static>(&mut self, system: S) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn update(&mut self, entities: &mut [Entity], delta_time: f32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Event` is never constructed
[INFO] [stdout]    --> src/engine/mod.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | pub struct Event {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EventQueue` is never constructed
[INFO] [stdout]    --> src/engine/mod.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub struct EventQueue {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, and `pop` are never used
[INFO] [stdout]    --> src/engine/mod.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 123 | impl EventQueue {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout] 124 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn push(&mut self, event: Event) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn pop(&mut self) -> Option<Event> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Evolution` is never constructed
[INFO] [stdout]  --> src/evolution/mod.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Evolution {}
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:169:11
[INFO] [stdout]     |
[INFO] [stdout] 169 |     Color(GeneValue),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 169 -     Color(GeneValue),
[INFO] [stdout] 169 +     Color(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:170:10
[INFO] [stdout]     |
[INFO] [stdout] 170 |     Size(GeneValue),
[INFO] [stdout]     |     ---- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 170 -     Size(GeneValue),
[INFO] [stdout] 170 +     Size(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Shape(GeneValue),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 171 -     Shape(GeneValue),
[INFO] [stdout] 171 +     Shape(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:172:27
[INFO] [stdout]     |
[INFO] [stdout] 172 |     TemperatureResistance(GeneValue),
[INFO] [stdout]     |     --------------------- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 172 -     TemperatureResistance(GeneValue),
[INFO] [stdout] 172 +     TemperatureResistance(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 |     WaterResistance(GeneValue),
[INFO] [stdout]     |     --------------- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 173 -     WaterResistance(GeneValue),
[INFO] [stdout] 173 +     WaterResistance(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 175 |     Speed(GeneValue),
[INFO] [stdout]     |     ----- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 175 -     Speed(GeneValue),
[INFO] [stdout] 175 +     Speed(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/evolution/genes.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |     BreedingRate(GeneValue),
[INFO] [stdout]     |     ------------ ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `GeneTrait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 176 -     BreedingRate(GeneValue),
[INFO] [stdout] 176 +     BreedingRate(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/evolution/genes.rs:390:12
[INFO] [stdout]     |
[INFO] [stdout] 380 | impl GeneBuilder {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 390 |     pub fn build_gene_from_sequence(&self, sequence: &str) -> Gene {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 415 |     pub fn yellow(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 420 |     pub fn purple(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 425 |     pub fn small(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 430 |     pub fn medium(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 435 |     pub fn large(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 440 |     pub fn round(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 445 |     pub fn square(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 455 |     pub fn medium_temperature_resistance(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 |     pub fn low_temperature_resistance(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 |     pub fn no_temperature_resistance(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 475 |     pub fn no_water_resistance(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 485 |     pub fn medium_metabolism(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 490 |     pub fn low_metabolism(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 500 |     pub fn medium_speed(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 505 |     pub fn low_speed(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 510 |     pub fn no_speed(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 515 |     pub fn high_breeding_rate(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 520 |     pub fn medium_breeding_rate(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 525 |     pub fn low_breeding_rate(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 530 |     pub fn no_breeding_rate(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 535 |     pub fn long_lifespan(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 540 |     pub fn medium_lifespan(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 545 |     pub fn short_lifespan(&mut self) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 550 |     pub fn build_genes_from_sequences(&self, sequences: Vec<&str>) -> Vec<Gene> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GameOfLife` is never constructed
[INFO] [stdout]   --> src/game_of_life/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct GameOfLife {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/game_of_life/mod.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl GameOfLife {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 30 |     pub fn new(width: u32, height: u32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CellState` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:130:6
[INFO] [stdout]     |
[INFO] [stdout] 130 | enum CellState {
[INFO] [stdout]     |      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cell` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | struct Cell {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Grid` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:139:8
[INFO] [stdout]     |
[INFO] [stdout] 139 | struct Grid {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_grid` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:146:4
[INFO] [stdout]     |
[INFO] [stdout] 146 | fn create_grid(width: u32, height: u32) -> Vec<Entity> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LifeSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:168:8
[INFO] [stdout]     |
[INFO] [stdout] 168 | struct LifeSystem;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_alive_neighbors` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:199:4
[INFO] [stdout]     |
[INFO] [stdout] 199 | fn count_alive_neighbors(index: usize, entities: &[Entity], width: u32) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RenderSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:231:8
[INFO] [stdout]     |
[INFO] [stdout] 231 | struct RenderSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl RenderSystem {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 234 |     pub fn render(&self, rl: &mut RaylibDrawHandle, entities: &[Entity], width: u32) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PauseRenderSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:253:8
[INFO] [stdout]     |
[INFO] [stdout] 253 | struct PauseRenderSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 254 | impl PauseRenderSystem {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] 255 |     pub fn render(&self, rl: &mut RaylibDrawHandle) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridRenderSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:260:8
[INFO] [stdout]     |
[INFO] [stdout] 260 | struct GridRenderSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:263:12
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl GridRenderSystem {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 263 |     pub fn render(&self, rl: &mut RaylibDrawHandle, grid_entity: &Entity) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ToggleCellEventData` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:285:8
[INFO] [stdout]     |
[INFO] [stdout] 285 | struct ToggleCellEventData {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ToggleGridEventData` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:290:8
[INFO] [stdout]     |
[INFO] [stdout] 290 | struct ToggleGridEventData;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:292:8
[INFO] [stdout]     |
[INFO] [stdout] 292 | struct InputSystem {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `handle_input` are never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:296:12
[INFO] [stdout]     |
[INFO] [stdout] 295 | impl InputSystem {
[INFO] [stdout]     | ---------------- associated items in this implementation
[INFO] [stdout] 296 |     pub fn new(cell_size: i32) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub fn handle_input(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CellToggleSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:337:8
[INFO] [stdout]     |
[INFO] [stdout] 337 | struct CellToggleSystem {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `process_events` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:342:8
[INFO] [stdout]     |
[INFO] [stdout] 341 | impl CellToggleSystem {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 342 |     fn process_events(&mut self, entities: &mut [Entity], event_queue: &mut EventQueue) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GridToggleSystem` is never constructed
[INFO] [stdout]    --> src/game_of_life/mod.rs:359:8
[INFO] [stdout]     |
[INFO] [stdout] 359 | struct GridToggleSystem;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `process_events` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:361:8
[INFO] [stdout]     |
[INFO] [stdout] 360 | impl GridToggleSystem {
[INFO] [stdout]     | --------------------- method in this implementation
[INFO] [stdout] 361 |     fn process_events(&mut self, entity: &mut Entity, event_queue: &mut EventQueue) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]    --> src/game_of_life/mod.rs:372:8
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub fn run() {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] running `Command { std: "docker" "inspect" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7", kill_on_drop: false }`
[INFO] [stdout] 21b3005c2e90e891d1d9ff7ecddbbfb40ae4ffb6caa6cf808d947d8c4e1d6ae7
